is a object to configure the expression attributes
CimClassDataItemExpression
is a object to configure the expression attributes
|
Name | Description | Data Type |
---|---|---|
FirstOperandNum | is number that hlds the first (or left hand) side of the opperand if the value is to be treated as a number. Use CimClassDataItemExpression.FirstOperandString if your value is a string | number |
FirstOperandString | is string that hlds the first (or left) hand side of the opperand. Use CimClassDataItemExpression.FirstOperandNum if your value is a number | string |
ID | is a read only attribute that represents the ID of this expression | string |
Operator | Specifies the browser type | CimExpressionOperandTypesEnum |
SecondOperandNum | is number that hlds the first (or left) hand side of the opperand if the value is to be treated as a number. Use CimClassDataItemExpression.SecondOperandString if your value is a string | number |
SecondOperandString | is string that hlds the second (or right hand) side of the opperand. Use CimClassDataItemExpression.SecondOperandNum if your value is a number | string |